home *** CD-ROM | disk | FTP | other *** search
/ Delphi Anthology / aDELPHI.iso / Runimage / Delphi50 / Source / Property Editors / ixedit.dfm / ixedit.txt
Text File  |  1999-08-11  |  2KB  |  97 lines

  1. object IndexFiles: TIndexFiles
  2.   Left = 236
  3.   Top = 118
  4.   BorderStyle = bsDialog
  5.   Caption = 'Index Files'
  6.   ClientHeight = 203
  7.   ClientWidth = 248
  8.   ParentFont = True
  9.   OnCreate = FormCreate
  10.   PixelsPerInch = 96
  11.   TextHeight = 13
  12.   object GroupBox1: TGroupBox
  13.     Left = 4
  14.     Top = 3
  15.     Width = 238
  16.     Height = 152
  17.     Caption = 'Index Files'
  18.     TabOrder = 0
  19.     object ListBox1: TListBox
  20.       Left = 11
  21.       Top = 20
  22.       Width = 217
  23.       Height = 88
  24.       ItemHeight = 13
  25.       MultiSelect = True
  26.       TabOrder = 0
  27.       OnClick = ListBox1Click
  28.     end
  29.     object Add: TButton
  30.       Left = 34
  31.       Top = 116
  32.       Width = 60
  33.       Height = 25
  34.       Caption = '&Add...'
  35.       TabOrder = 1
  36.       OnClick = AddClick
  37.     end
  38.     object Delete: TButton
  39.       Left = 101
  40.       Top = 116
  41.       Width = 60
  42.       Height = 25
  43.       Caption = '&Delete'
  44.       Enabled = False
  45.       TabOrder = 2
  46.       OnClick = DeleteClick
  47.     end
  48.     object Clear: TButton
  49.       Left = 168
  50.       Top = 116
  51.       Width = 60
  52.       Height = 25
  53.       Caption = '&Clear'
  54.       Enabled = False
  55.       TabOrder = 3
  56.       OnClick = ClearClick
  57.     end
  58.   end
  59.   object Ok: TButton
  60.     Left = 6
  61.     Top = 169
  62.     Width = 75
  63.     Height = 25
  64.     Caption = 'OK'
  65.     Default = True
  66.     ModalResult = 1
  67.     TabOrder = 1
  68.   end
  69.   object Cancel: TButton
  70.     Left = 87
  71.     Top = 169
  72.     Width = 75
  73.     Height = 25
  74.     Cancel = True
  75.     Caption = 'Cancel'
  76.     ModalResult = 2
  77.     TabOrder = 2
  78.   end
  79.   object Help: TButton
  80.     Left = 167
  81.     Top = 169
  82.     Width = 75
  83.     Height = 25
  84.     Caption = '&Help'
  85.     TabOrder = 3
  86.     OnClick = HelpClick
  87.   end
  88.   object OpenDialog: TOpenDialog
  89.     Filter = 
  90.       'dBASE Multiple Index (*.MDX)|*.mdx|dBase Index (*.NDX)|*.ndx|Fox' +
  91.       'Pro Index (*.CDX)|*.cdx'
  92.     Title = 'Open'
  93.     Left = 218
  94.     Top = 169
  95.   end
  96. end
  97.